const github.com/coder/websocket.opBinary

5 uses

	github.com/coder/websocket (current package)
		frame.go#L22: 	opBinary
		read.go#L177: 	if h.opcode != opText && h.opcode != opBinary {
		read.go#L210: 		case opContinuation, opText, opBinary:
		stringer.go#L13: 	_ = x[opBinary-2]
		write.go#L293: 	if flate && (opcode == opText || opcode == opBinary) {